home *** CD-ROM | disk | FTP | other *** search
/ WWW Studio 2004 / WWW Studio.iso / Programy / Trial / PCBackup / setup.exe / 0 / RCDATA / TSELFORM / TSELFORM.txt
Encoding:
Text File  |  2003-12-21  |  1.5 KB  |  81 lines

  1. object SelForm: TSelForm
  2.   Left = 276
  3.   Top = 205
  4.   BorderStyle = bsDialog
  5.   Caption = 'Wybierz Katalog'
  6.   ClientHeight = 370
  7.   ClientWidth = 401
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 312
  20.     Width = 111
  21.     Height = 13
  22.     Caption = 'D:\Frydek\tp\instal'
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 272
  33.     Width = 68
  34.     Height = 13
  35.     Caption = 'Nowy katalog:'
  36.   end
  37.   object ddrive: TDriveComboBox
  38.     Left = 8
  39.     Top = 16
  40.     Width = 385
  41.     Height = 19
  42.     TabOrder = 0
  43.     OnChange = ddriveChange
  44.   end
  45.   object dlist: TDirectoryListBox
  46.     Left = 8
  47.     Top = 56
  48.     Width = 385
  49.     Height = 193
  50.     DirLabel = Label1
  51.     ItemHeight = 16
  52.     TabOrder = 1
  53.   end
  54.   object Button1: TButton
  55.     Left = 208
  56.     Top = 336
  57.     Width = 83
  58.     Height = 25
  59.     Caption = '&OK'
  60.     TabOrder = 2
  61.     OnClick = Button1Click
  62.   end
  63.   object Button2: TButton
  64.     Left = 312
  65.     Top = 336
  66.     Width = 83
  67.     Height = 25
  68.     Caption = '&Anuluj'
  69.     TabOrder = 3
  70.     OnClick = Button2Click
  71.   end
  72.   object nkat: TEdit
  73.     Left = 88
  74.     Top = 268
  75.     Width = 145
  76.     Height = 21
  77.     TabOrder = 4
  78.     OnKeyDown = nkatKeyDown
  79.   end
  80. end
  81.